func runtime.float64frombits
5 uses
runtime (current package)
float.go#L15: var inf = float64frombits(0x7FF0000000000000)
float.go#L41: return float64frombits(float64bits(x) &^ sign)
float.go#L48: return float64frombits(float64bits(x)&^sign | float64bits(y)&sign)
float.go#L58: func float64frombits(b uint64) float64 {
float.go#L130: int = float64frombits(x)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |